home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000019_andreas@mpa-garching.mpg.de_Tue Feb 7 13:33:38 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  2KB

  1. Received: from ibm-1.mpa-garching.mpg.de by cs.umb.edu with SMTP id AA03957
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 7 Feb 1995 06:36:43 -0500
  3. Received: (andreas@localhost) by ibm-1.MPA-Garching.MPG.DE (8.6.9/8.6) id MAA100876; Tue, 7 Feb 1995 12:33:38 +0100
  4. Date: Tue, 7 Feb 1995 12:33:38 +0100
  5. From: Andreas Schott <andreas@mpa-garching.mpg.de>
  6. Message-Id: <199502071133.MAA100876@ibm-1.MPA-Garching.MPG.DE>
  7. To: tex-k@cs.umb.edu
  8. Subject: relative srcdir and INSTALL
  9. Reply-To: andreas@mpa-garching.mpg.de (Andreas Schott)
  10.  
  11. Hi Karl,
  12.  
  13. if I use a relative path for srcdir in the configure,
  14. the INSTALL-programm is not found from the sub-Makefiles.
  15. (I know that I can specify a srcdir-option).
  16.  
  17. Example:
  18.   ../common/configure
  19. defines
  20.   INSTALL=../common/install-sh
  21.  
  22. but this is not correct in the first level sub-Makefiles,
  23. there it should be
  24.   INSTALL=../../common/install-sh
  25.  
  26. So the better way would be to define with an absolute path,
  27. at least for the install-program. May be this is a problem
  28. with autoconf, because the acspecific.m4 uses the srcdir
  29. when searching for a last resort of install, but this may be
  30. depending on the version of autoconf?
  31.  
  32. Andreas.
  33.  
  34. P.S. If make is a link to gmake AC_PROG_MAKE_SET gives a
  35. no, if I do not also define MAKE=gmake, because it is only
  36. tested, whether make sets MAKE to be be make. But this may
  37. be the right way, I'm no quit sure. (The link is a convenient
  38. way to get the gnu-make, without the need of saying gmake.)
  39.